Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Sprite constructors taking a Delegate #1258

Merged
merged 3 commits into from
Mar 3, 2025
Merged

Add Sprite constructors taking a Delegate #1258

merged 3 commits into from
Mar 3, 2025

Conversation

DanRStevens
Copy link
Collaborator

It's not really appropriate to place `const` on the result of copy assignment. The choice of `const` or not should be up to the code that made the copy. There's certainly no reason for the `Sprite` class to try and enforce `const` on a copy.
@DanRStevens DanRStevens merged commit 10cc6bc into main Mar 3, 2025
8 checks passed
@DanRStevens DanRStevens deleted the spriteDelegate branch March 3, 2025 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant